func net.fileConn

2 uses

	net (current package)
		file.go#L22: 	c, err = fileConn(f)
		file_unix.go#L70: func fileConn(f *os.File) (Conn, error) {